-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pre-commit.ci] pre-commit autoupdate #288
Conversation
updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.7](astral-sh/ruff-pre-commit@v0.1.6...v0.1.7)
Review changes with SemanticDiff. |
PR Summary
Aside from these revisions, no additional changes were made. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #288 +/- ##
========================================
Coverage 90.39% 90.39%
========================================
Files 39 39
Lines 4632 4632
Branches 519 519
========================================
Hits 4187 4187
Misses 356 356
Partials 89 89 ☔ View full report in Codecov by Sentry. |
PR Description updated to latest commit (0248db2) |
PR Analysis(review updated until commit 0248db2)
PR Feedback
How to useInstructions
|
Persistent review updated to latest commit 0248db2 |
Type
Enhancement
Description
This PR updates the versions of two pre-commit dependencies:
isort
package has been updated from version 5.12.0 to 5.13.0.ruff-pre-commit
package has been updated from version v0.1.6 to v0.1.7.PR changes walkthrough
1 files
.pre-commit-config.yaml
.pre-commit-config.yaml
The versions of `isort` and `ruff-pre-commit` packages in
the pre-commit configuration file have been updated.